Search
PdfGraphics2D.drawPolygon Method (Int32[], Int32[], Int32)
See Also
 






Namespace: com.mindfusion.pdf
Package: com.mindfusion.pdf

 Syntax

Java  Copy Code

public void drawPolygon (
    int[] xPoints,
    int[] yPoints,
    int nPoints
)

 Parameters

xPoints

yPoints

nPoints

 See Also